home *** CD-ROM | disk | FTP | other *** search
- property pTitle, pPhotoList, pPosterList, pLogoList, pNotesList, pSummaryList, pPinStatus, pRectStatus, pSoundStatus, pGeneralSettings, pGallerySettings, pSlideShowSettings, pSavedSettings, pVideoSettings, pCaptionSettings, pPosterSettings, pExportSettings, pInternalFolders, pExternalFolders, pLogoSettings, pmarker, pGalleryPhotosList, pSavedSummaryList, pActivePhotoObject, pCount, pGalleryCount, pSavedCount, pPhotoSpriteStartNum, pRectangleSpriteStartNum, pPushPinSpriteStartNum, pMasterPath, pPlatformSymbol, pLanguageMode, pCaption1, pCaption2, pCaption3, pMediumCastLib, pSmallCastLib
-
- on new me
- pMediumCastLib = EMPTY
- pSmallCastLib = EMPTY
- pLanguageMode = "english"
- pMasterPath = the pathname
- if the platform contains "Mac" then
- pPlatformSymbol = ":"
- else
- pPlatformSymbol = "\"
- end if
- pCount = 0
- pGalleryCount = 0
- pSavedCount = 0
- pRectangleSpriteStartNum = 28
- pPhotoSpriteStartNum = 69
- pPushPinSpriteStartNum = 110
- pPhotoList = []
- pPosterList = []
- pLogoList = []
- pSummaryList = []
- pNotesList = 0
- pGalleryPhotosList = []
- pSavedSummaryList = []
- pActivePhotoObject = 0
- pmarker = EMPTY
- pTitle = EMPTY
- pGeneralSettings = [#title: EMPTY, #stageColor: EMPTY, #url: EMPTY, #qtmac: EMPTY, #qtpc: EMPTY, #presskitid: 0]
- pGallerySettings = [#pushpin: 1, #rectangles: 1, #blendeffect: 1, #blendpercent: 50, #xyeffect: 1, #percenteffect: 1, #percentage: 50, #xytitle: [0, 0], #pinoffset: [0, 0], #pingraphic: EMPTY, #titlelogoeffect: 1]
- pSlideShowSettings = [#pushpin: 1, #rectangles: 1, #blendeffect: 1, #blendpercent: 50, #xyeffect: 1, #percenteffect: 1, #percentage: 50, #xytitle: [0, 0], #pinoffset: [0, 0], #pingraphic: EMPTY, #savedbutton: EMPTY, #savebutton: EMPTY, #xyflasheffect: 1, #titlelogoeffect: 1]
- pSavedSettings = [#pushpin: 1, #rectangles: 1, #blendeffect: 1, #blendpercent: 50, #xyeffect: 1, #percenteffect: 1, #percentage: 50, #xytitle: [0, 0], #pinoffset: [0, 0], #pingraphic: EMPTY]
- pVideoSettings = [#videomode: 1, #videoname: EMPTY, #xyvideo: point(0, 0), #videosprite: 0, #videopercentage: 0, #videocontroller: "on"]
- pCaptionSettings = [#captionMaster: EMPTY, #captionFileNamedoc: EMPTY, #captionFileNamepdf: EMPTY, #captionFileNametxt: EMPTY]
- pPosterSettings = [#pushpin: 1, #rectangles: 1, #blendeffect: 1, #blendpercent: 50, #xyeffect: 1, #percenteffect: 1, #percentage: 50, #savedbutton: EMPTY, #savebutton: EMPTY, #pinoffset: [0, 0]]
- pExportSettings = [#savetodesktop: 1, #savetoharddrive: 1, #captions: 1, #notes: 1, #posters: 1]
- pInternalFolders = [#qtfolder: EMPTY, #docsfolder: EMPTY, #imagesfolder: EMPTY, #posterfolder: EMPTY, #notesfolder: EMPTY, #logosfolder: EMPTY]
- pExternalFolders = [#masterfolder: EMPTY, #docsfolder: EMPTY, #imagesfolder: EMPTY, #posterfolder: EMPTY, #notesfolder: EMPTY, #logosfolder: EMPTY]
- pLogoSettings = [#pushpin: 1, #rectangles: 1, #blendeffect: 1, #blendpercent: 50, #xyeffect: 1, #percenteffect: 1, #percentage: 50, #savedbutton: EMPTY, #savebutton: EMPTY, #pinoffset: [0, 0]]
- pCaptionSettings.captionMaster = "Word"
- pCaption1 = EMPTY
- pCaption2 = EMPTY
- pCaption3 = EMPTY
- return me
- end
-
- on mSummarySelected me, vSmallName
- repeat with y = 1 to pSummaryList.count
- if pSummaryList[y].pSmallName = vSmallName then
- pSummaryList[y].pSelected = "yes"
- exit
- end if
- end repeat
- end
-
- on mSummaryDeSelected me, vSmallName
- repeat with y = 1 to pSummaryList.count
- if pSummaryList[y].pSmallName = vSmallName then
- pSummaryList[y].pSelected = "no"
- exit
- end if
- end repeat
- end
-
- on mTest2 me
- alert("this worked again")
- end
-